home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / jext-install.exe / {app} / bin / jext.ncf < prev    next >
Encoding:
Text File  |  2001-06-19  |  1.7 KB  |  41 lines

  1. # JEXT.NCF file for starting Jext on NetWare 5 by Marc Savereux
  2. #
  3. # - This script should be placed in the SYS:\SYSTEM directory or in any
  4. #   other directory that is part of the NetWare host's search path.
  5. #
  6. # - This script assumes that the full path to the extracted Jext.jar file
  7. #   has already been added as an additional classpath line entry in the
  8. #   SYS:\ETC\JAVA.CFG file prior to the loading of the JAVA.NLM or running
  9. #   the STARTX.NCF script file.
  10. #
  11. #   For example, if the full path to the Jext.jar file created by the
  12. #   extraction of the Jext.zip file is 'SYS:\JAVAUTIL\JEXT\LIB\jext.jar',
  13. #   then an entry like the one below would be added to the JAVA.CFG file:
  14. #
  15. #   CLASSPATH=$CLASSPATH;SYS:\JAVAUTIL\JEXT\LIB\jext.jar
  16. #
  17. # Note: This script has only been tested with Support Pack 2A and 4 for
  18. #       NetWare 5.0.
  19. #
  20. # Load the NetWare JAVA.NLM executible if it isn't already loaded.
  21. #
  22. # Note: If JAVA.NLM is already loaded, a syntax error message will appear
  23. #       on the NetWare console. This message can safely be ignored.
  24. #
  25. #       Starting the JAVA.NLM is the minimum requirement to using Jext on
  26. #       NetWare 5, however, I have found that using the STARTX.NCF script
  27. #       sets up a more stable environment than JAVA.NLM alone. So, in the
  28. #       long run, I would recommend either having STARTX as part of the
  29. #       scripts called by the AUTOEXEC.NCF script, or issuing the STARTX
  30. #       command at the NetWare console a minute or more before issuing a
  31. #       java com.chez.powertrain.Jext.jext command.
  32. #
  33. #       If the STARTX.NCF script is always going to be run prior to using
  34. #       Jext, then the JAVA command below can be commented out.
  35. #
  36. JAVA
  37. #
  38. # Execute the Jext application.
  39. #
  40. java org.jext.Jext
  41.